home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 11 / CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso / cucd / programming / amoslist / amoslist.mar / 000029_amos-request@svcs1.digex.net_Tue Mar 4 10:19:17 1997.msg < prev    next >
Text File  |  1997-04-01  |  2KB  |  54 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id KAA20767
  3.     for <mcox@access.digex.net>; Tue, 4 Mar 1997 10:19:15 -0500 (EST)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id FAA20395
  6.     for amos-out; Tue, 4 Mar 1997 05:59:43 -0500 (EST)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id FAA20392
  9.     for <amos-list@svcs1.digex.net>; Tue, 4 Mar 1997 05:59:42 -0500 (EST)
  10. Received: from com1.uclan.ac.uk (com1.uclan.ac.uk [193.61.255.3])
  11.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id FAA15093
  12.     for <amos-list@access.digex.net>; Tue, 4 Mar 1997 05:59:36 -0500 (EST)
  13. Received: from mail-gw.uclan.ac.uk by com1.uclan.ac.uk with SMTP (PP);
  14.           Tue, 4 Mar 1997 10:58:43 +0000
  15. Received: from MAS1/MAILQ by mail-gw.uclan.ac.uk (Mercury 1.21);
  16.           4 Mar 97 11:01:52 GMT+0
  17. Received: from MAILQ by MAS1 (Mercury 1.21); 4 Mar 97 11:01:09 GMT+0
  18. From: "Lee." <l.a.atkins@uclan.ac.uk>
  19. Organization: University of Central Lancashire
  20. To: amos-list@access.digex.net
  21. Date: Tue, 4 Mar 1997 11:00:18 GMT+0
  22. Subject: SoundFrequencies or summat!
  23. Priority: normal
  24. X-mailer: Pegasus Mail for Windows (v2.33)
  25. Message-ID: <14FEFF120A5@mail-gw.uclan.ac.uk>
  26. Status: RO
  27. X-Status: 
  28.  
  29. I have recently done this in a game.
  30. Try this:-
  31.  
  32. Reserve As Chip Work 10,640
  33. Degree
  34. for q=0 to 639
  35. poke start(10)+q,sin(q)*127.0
  36. next q
  37. sam loop on
  38. sam raw %11,start(10),639,FRE
  39.  
  40. Where FRE is yer frequency/2 I think!!!!
  41. The sample sits around 0 not 128 because the MSB is used to indecate 
  42. -ve.
  43. You could also mix and create strange sounds using a bit of fourier 
  44. synthesis but I aint going to go into details here;-)
  45. ____________________________________
  46. Lee Atkins.
  47. L.A.ATKINS@UCLAN.AC.UK
  48. ____________________________________
  49. During the 2nd decade of the 21st
  50. century, the Sun will have the highest
  51. gravitational pull on the Earth.
  52. This has only happened once before!
  53. Around the time the dinosaurs died out!
  54. ____________________________________